- ****Adjusting the weapon hud position in-game ****-

1. - Open the console and type the command
  hud_adjust_mode <variable> ( for instance: hud_adjust_mode 1 )
  
  <variable>
  0 - turns off the hud adjusting mode. If the command was used before it 
  will be active on the next game load until it is called with the variable 0
  1 - adjusting the hud location while the weapon is zoomed - looking down the 
      iron sights
  2 - adjusting the location of the fire point ( flames and particles from the 
      barrel while shooting) when the grenade launcher is not attached
  3 - adjusting the grenade missile offset - firing from the attached under-barrel 
      grenade launcher
  4 - adjusting the location of the spent shells particles 
  5 - adjusting the location of the fire point ( flames and particles from the 
      barrel when fired) when the grenade launcher is attached 
	  
2. - After the mode activation by using the command, the adjustment is done by using the 
    following keys:
	W,S change Y - coords ( up, down )
	A,D change X - coords ( left, right)
	Q,E change Z - coords ( closer, further )
	K,I rotate Y - coord
	L,J rotate X - coord
	
	Every time the P key is pressed the current values are printed in the console and in the 
	game log on exit. When the hud is adjusted, press P and copy the values from 
	the log (after exiting the game :)) into the appropriate place in the weapon's ltx.
	
	To resume playing and to turn off the hud_adjust_mode type hud_adjust_mode 0 in the
	console.
	
	Happy hud adjusting Stalkers! :)